Specifies whether the data you send out will be sent to yourself as well. This is also known as loopback.
Syntax |
|---|
|
SendToSelf( Boolean ) as |
Parameters |
|
|---|---|
|
Boolean |
|
Notes
This property applies only to multicast sends.
Setting the SendToSelf property to True may not work on all versions of Windows. MSDN states that the SendToSelf property on NT 4 cannot be turned off. A multicasting socket will always receive the data it sends out.